Aspire's Library

A Place for Latest Exam wise Questions, Videos, Previous Year Papers,
Study Stuff for MCA Examinations

MAH CET MCA Previous Year Questions (PYQs)

MAH CET MCA Computer PYQ


MAH CET MCA PYQ 2024
What is paging in the operating system?





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
Copying a process from memory to disk to allow space for other processes is called ______. 





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
What is the purpose of the 'break' statement in C?





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
______ are used to compare two quantities and, depending on their relation, take certain decisions for that comparison.





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
How would you represent 10111 in the decimal number system?





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
______ is a software program that manages hardware and software resources of a computer.





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
What will be the output of the following C code?

 #include<stdio.h>  
 int main() 
{     
int x = 10, y = 20;     
int z = x;    
x = y;    
y = z;     
printf("%d %d", x, y);     
return 0; 
 }





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
Choose the smallest memory size unit.





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
Out of the following, ______ holds the information temporarily as the computer processes the information in the storage area of the computer itself.





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
The 1's complement of 100 is ____.





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
What is the output of the below program? 
int main() 
{     
int a, b, sum;     
sum = 0;     
for (a = 0; a < 5; a++) 
{         
for (b = 0; b < 5; b++) 
{             
sum++;         
}    
}     
printf("%d", sum);     
return 0; 
 }






Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
USB refers to ____.





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
Which unit is responsible for converting the data received from the user into a computer-understandable format?





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
What is the correct syntax for declaring a variable in C?





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
What will be the value of x so that "Kavita" will be printed? 
 main() 
{     
int x;     
if (x > 4) 
printf("Manisha");     
else 
printf("Kavita"); 
 }





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
CD-ROM is a ______.





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
Which of the following units is responsible for converting the data received from the user into a computer-understandable format?





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
Binary addition of 10001 and 11101 is ____.





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
Library function getch() belongs to which header file in C language?





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution


MAH CET MCA PYQ 2024
1 Gigabyte is equal to ______?





Go to Discussion

MAH CET MCA Previous Year PYQMAH CET MCA MAH MCA CET 2024 PYQ

Solution



MAH CET MCA


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

MAH CET MCA


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Ask Your Question or Put Your Review.